home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2002 #11
/
Amiga Plus CD - 2002 - No. 11.iso
/
Tools
/
Development
/
PowerD
/
powerd
/
source
/
lib
/
chunky_lib.lha
/
Chunky_PPC
/
UnPack32.ass
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2000-12-16
|
226 b
|
17 lines
# UnPack32(r3:UL)(L,L,L,L)
.text
.global _UnPack32
_UnPack32:
srwi r4,r3,8
srwi r5,r3,16
srwi r6,r3,24
andi. r3,r3,0xff
andi. r4,r4,0xff
andi. r5,r5,0xff
blr
.type _UnPack32,@function
.size _UnPack32,$-_UnPack32